home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
update-notifier
/
notify-reboot-required
Wrap
Text File
|
2008-10-24
|
99b
|
7 lines
#!/bin/sh
# Wake the applet up
if mountpoint -q /var/run; then
touch /var/run/reboot-required
fi